I'm trying to use prototypal inheritance and its not working, everytime i try i keep getting undefined: function HospitalEmployee(name) { th
I've been working on a chat in node/electron that is implementing Signal Protocol with X3EDH, and double ratchet. My question is, is there a way to implement th
When I get JSON data from server in xcode if result content arabic character it shows like this \u0641\u0648\u0627\u0632 What encoding is this? How can i d
Here is my data: value <- c(7, 12, 8, 19, 29, 34, 3, 17) name <- c("A", "B", "C", "D", "E", "F", "G", "H") data <- data.frame(value, name)
I'm hosting my Django project with Apache on a Ubuntu 20.04 server with the standard SQLite database. It works but the database seems to be read-only. When we w
In my ASP.NET 4.8 MVC project, I have an infrastructure and models folders. What should go in each folder? For example, if I have a class named Car, would all
here is the firebase document data I want to add a new map value to the purchased-id. this is the current code FirebaseFirestore.instance.collection('users').d
i have recently switched my stm32 project to CMake to be independent on IDE. Root repository (application) contains multiple submodules (HAL, FreeRTOS etc.) and
I have ImageView imgProfil in MojProfilActivity and I want to load a picture from a database there. It works just fine the first time, but after I try it the se